home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / linux / unistd.h < prev    next >
C/C++ Source or Header  |  2005-10-13  |  177b  |  12 lines

  1. #ifndef _LINUX_UNISTD_H_
  2. #define _LINUX_UNISTD_H_
  3.  
  4. #include <errno.h>
  5.  
  6. /*
  7.  * Include machine specific syscallX macros
  8.  */
  9. #include <asm/unistd.h>
  10.  
  11. #endif /* _LINUX_UNISTD_H_ */
  12.